The HttpQueryString class
PHP Manual

HttpQueryString::mod

(PECL pecl_http >= 1.1.0)

HttpQueryString::modModifiy query string copy

Descripción

public HttpQueryString HttpQueryString::mod ( mixed $params )

Copies the query string object and sets provided params at the clone.

Lista de parámetros

params

query string params to add

Valores retornados

Returns a new HttpQueryString object


The HttpQueryString class
PHP Manual